home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / SEE_REL.DIR / 00014_Script_14 < prev    next >
Text File  |  1997-07-25  |  275b  |  10 lines

  1. on exitFrame
  2.   go the frame
  3.   global badframe
  4.   tell the stage to put the framelabel into badframe
  5.   case true of
  6.       (badframe contains "z"),(badframe contains "biblio"),(badframe contains "credits"): tell the stage to forget window "see_related"
  7.   end case
  8. end
  9.  
  10.